home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 34 / Amiga Format CD34 (1998-11-20)(Future Publishing)(GB)[!][Christmas issue].iso / -seriously_amiga- / programming / c / mesa-2.6 / include / pragmas / mesadriver_pragmas.h < prev    next >
C/C++ Source or Header  |  1998-10-01  |  2KB  |  56 lines

  1. /*
  2.  * AmigaMesaRTL graphics library
  3.  * Version:  2.0
  4.  * Copyright (C) 1998  Jarno van der Linden
  5.  *
  6.  * This library is free software; you can redistribute it and/or
  7.  * modify it under the terms of the GNU Library General Public
  8.  * License as published by the Free Software Foundation; either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * This library is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  * Library General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU Library General Public
  17.  * License along with this library; if not, write to the Free
  18.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  */
  20.  
  21. /*
  22.  * mesadriver_pragmas.h
  23.  *
  24.  * Version 2.0  13 Sep 1998
  25.  * by Jarno van der Linden
  26.  * jarno@kcbbs.gen.nz
  27.  *
  28.  * - Split-off into separate library
  29.  * - (Get|Set)IndexRGB[Table] added
  30.  * - (Get|Set)ContextAttrs added
  31.  * - (Get|Set)QuantizerAttrs added
  32.  * - Renamed quantizers to output handlers
  33.  * - (Get|Set)Attrs added
  34.  *
  35.  */
  36.  
  37.  
  38. /* "mesadriver.library" */
  39. #pragma libcall mesadriverBase AmigaMesaRTLCreateContextA 1e 801
  40. #pragma tagcall mesadriverBase AmigaMesaRTLCreateContext 1e 801
  41. #pragma libcall mesadriverBase AmigaMesaRTLDestroyContext 24 801
  42. #pragma libcall mesadriverBase AmigaMesaRTLMakeCurrent 2a 801
  43. #pragma libcall mesadriverBase AmigaMesaRTLGetCurrentContext 30 00
  44. #pragma libcall mesadriverBase AmigaMesaRTLSetIndexRGBTable 36 321004
  45. #pragma libcall mesadriverBase AmigaMesaRTLSetIndexRGB 3c 321004
  46. #pragma libcall mesadriverBase AmigaMesaRTLGetIndexRGB 42 a98004
  47. #pragma libcall mesadriverBase AmigaMesaRTLSetContextAttrsA 48 9802
  48. #pragma tagcall mesadriverBase AmigaMesaRTLSetContextAttrs 48 9802
  49. #pragma libcall mesadriverBase AmigaMesaRTLGetContextAttr 4e 98003
  50. #pragma libcall mesadriverBase AmigaMesaRTLSetOutputHandlerAttrsA 54 9802
  51. #pragma tagcall mesadriverBase AmigaMesaRTLSetOutputHandlerAttrs 54 9802
  52. #pragma libcall mesadriverBase AmigaMesaRTLGetOutputHandlerAttr 5a 98003
  53. #pragma libcall mesadriverBase AmigaMesaRTLSetAttrsA 60 801
  54. #pragma tagcall mesadriverBase AmigaMesaRTLSetAttrs 60 801
  55. #pragma libcall mesadriverBase AmigaMesaRTLGetAttr 66 8002
  56.